DeferrableObservableCollection<T> Class Members
In This Topic
The following tables list the members exposed by DeferrableObservableCollection<T>.
Public Constructors
Public Properties
Protected Properties
| Name | Description |
 | Items | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Top
Public Methods
| Name | Description |
 | Add | (Inherited from System.Collections.ObjectModel.Collection<T>) |
 | BeginUpdate | Prevents raising events until the EndUpdate method is called. |
 | Clear | (Inherited from System.Collections.ObjectModel.Collection<T>) |
 | Contains | (Inherited from System.Collections.ObjectModel.Collection<T>) |
 | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) |
 | EndUpdate | Enables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events. |
 | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<T>) |
 | Insert | (Inherited from System.Collections.ObjectModel.Collection<T>) |
 | Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<T>) |
 | Remove | (Inherited from System.Collections.ObjectModel.Collection<T>) |
 | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Top
Public Events
| Name | Description |
 | CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<T>) |
Top
Protected Events
| Name | Description |
 | PropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<T>) |
Top
See Also